Get AMO Status Flag
Request to be POSTed to uri : /NorenWClientTP/AMOStatusFlag
Request Details :
Parameter Name | Possible value | Description |
---|---|---|
jData* | Should send json object with fields in below list | |
jKey* | Key Obtained on login success. |
Json Fields | Possible value | Description |
---|---|---|
uid* | User Id | |
exch* | Exchange Segment |
Response Details :
Json Fields | Possible value | Description |
---|---|---|
stat | Ok or Not_Ok | AMO status success or failure indication. |
exch | Exchange | |
mode | STOP,ACCEPT,PUSH | AMO Mode |
Sample Output:
{
"stat":"Ok",
"exch":"NSE",
"mode":"STOP"
}
Sample Failure Response :
{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}